home *** CD-ROM | disk | FTP | other *** search
/ Mess With 10 / Mess With 10.iso / mac / SubMenu3.DIR / 00123_Script_123 < prev    next >
Text File  |  1996-12-18  |  356b  |  15 lines

  1. on mouseUp
  2.   if (integer(field "Page_T") = 1) then
  3.     set pnum = the clickon - 20
  4.   else
  5.     set pnum = the clickon + 1
  6.   end if
  7.   put pnum into field "PhotoCUR_T"
  8.   put 3 into field "PhotoGRP2_T"
  9.   global G_PLAY
  10.   set G_PLAY = FALSE
  11.   put "MENU3" into field "ReturnName_T"
  12.   put "SUBMENU3" into field "JumpName_T"
  13.   go to movie "P_BRO"
  14.  
  15. end